home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / cat.swf / scripts / frame_1 / PlaceObject2_151_132 / CLIPACTIONRECORD onClipEvent(keyDown).as next >
Encoding:
Text File  |  2003-03-01  |  241 b   |  14 lines

  1. onClipEvent(keyDown){
  2.    if(0 < _root.yuanzhu)
  3.    {
  4.       if(Key.isDown(Key.SPACE))
  5.       {
  6.          if(_root.pause == false)
  7.          {
  8.             this._visible = true;
  9.             _root.daji = true;
  10.          }
  11.       }
  12.    }
  13. }
  14.